.footer {
  background-color: #27282c;
}
.footer .category {
  width: 1300px;
  min-height: 375px;
  /* height: 375px; */
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 50px;
  margin: 0 auto 25px;
  /* border-bottom: 1px white solid; */
}
.footer .category .flex1 {
  flex: 1;
}
.footer .category .company {
  margin-right: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .category .company-logo {
  width: 360px;
  height: 60px;
  margin-bottom: 30px;
}
.footer .category .company-logo img {
  width: 100%;
  height: 100%;
}
.footer .category .company-phone1 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 10px;
}
.footer .category .company-phone1 .call {
  font-size: 35px;
  color: #fff;
  text-decoration: none;
}
.footer .category .company-phone {
  font-size: 35px;
  color: #fff;
  margin-bottom: 10px;

}
.footer .category .company-phone .call {
  font-size: 35px;
  color: #fff;
  text-decoration: none;
}
.footer .category .company-allDay {
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
}
.footer .category .company-contact {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}
.footer .category .company-bot {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  /* margin-bottom: 20px; */
}
.footer .category .serve {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
.footer .category .serve-title {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-weight: 500;
}
.footer .category .serve-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .category .serve-list-item {
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}
.footer .category .strength-title {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-weight: 500;
}
.footer .category .strength-list-item {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.footer .category .news-title {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-weight: 500;
}
.footer .category .news-list-item{
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.footer .desc {
  box-sizing: border-box;
  width: 1300px;
  margin: 0 auto;
  padding-bottom: 34px;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 2;
  /* margin-bottom: 34px; */
  position: relative;
}
.footer .desc .desc-box{
  overflow: hidden;
}
.footer .desc .tubiao{
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  right: 1px;
  bottom: 37px;
  cursor: pointer;
  text-align: center;
  width: 55px;
  height: 20px;
  background-color: #27282c;
}
.footer .desc .tubiao-img{
  transition: all 0.3s;
}
.footer .desc .actives{
  transform: rotate(180deg);
}
.footer .desc .tubiao:hover{
  color: #257cd3;
}
.footer .desc a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.2);
  margin-left: 10px;
}
.footer .desc a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.3);
}
.footer .desc123 {
  box-sizing: border-box;
  width: 1300px;
  margin: 0 auto;
  padding-bottom: 34px;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 2;
}
.footer .desc123 a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.2);
  margin-left: 10px;
}
.footer .desc123 a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.3);
}
.footer .record {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e1e1e;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  height: 40px;
  }
  .footer .record-num a{
    color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
    margin-right: 20px;
    text-decoration:none
  }
  .footer .record-num a:hover{
    color: #426df9;
  }
  .footer .record-cop {
    margin: 0 20px;
  }
  .footer .getFree {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .footer .form{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer .getFree-title {
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #fff;
    display: flex;
  }
  .footer .getFree-title .letter {
    animation: bounce 0.6s cubic-bezier(0.05, 0, 0.3, 0.75) infinite alternate;
    transform: translate3d(0, 0, 0);
    color: #fff;
    font-size: 18px;
  }
  @keyframes bounce {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(0, -0.4em, 0);
    }
  }
  .footer .getFree-title .letter:nth-child(1) {
    animation-delay: 0s;
  }
  .footer .getFree-title .letter:nth-child(2) {
    animation-delay: 0.0833333333s;
  }
  .footer .getFree-title .letter:nth-child(3) {
    animation-delay: 0.1666666667s;
  }
  .footer .getFree-title .letter:nth-child(4) {
    animation-delay: 0.25s;
  }
  .footer .getFree-title .letter:nth-child(5) {
    animation-delay: 0.3333333333s;
  }
  .footer .getFree-title .letter:nth-child(6) {
    animation-delay: 0.4166666667s;
  }
  .footer .getFree-title .letter:nth-child(7) {
    animation-delay: 0.4966666667s;
  }
  .footer .getFree-title .letter:nth-child(8) {
    animation-delay: 0.5766666667s;
  }
  .footer .getFree-title .letter:nth-child(9) {
    animation-delay: 0.65s;
  }
  .footer .getFree-title .letter:nth-child(10) {
    animation-delay: 0.7333333333s;
  }
  .footer .getFree-title .letter:nth-child(11) {
    animation-delay: 0.8166666666s;
  }
  .footer .getFree-title .letter:nth-child(12) {
    animation-delay: 0.s;
  }
  .footer .getFree-title .letter:nth-child(13) {
    animation-delay: 1.0833333333;
  }
  .form-item__content {
    line-height: 40px;
    position: relative;
    /* font-size: 14px; */
  }
  .button_default {
      display: inline-block;
      line-height: 1;
      white-space: nowrap;
      cursor: pointer;
      background: #FFF;
      border: 1px solid #DCDFE6;
      color: #606266;
      -webkit-appearance: none;
      text-align: center;
      box-sizing: border-box;
      outline: 0;
      margin: 0;
      transition: .1s;
      font-weight: 500;
      padding: 12px 20px;
      font-size: 14px;
  }
  .footer .input__inner {
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #27282c;
    color: #fff;
    -webkit-appearance: none;
    background-image: none;
    border: 1px solid #DCDFE6;
    box-sizing: border-box;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.footer .input--suffix{
  height: 62px;
  position: relative;
}
.footer .input--suffix .input__inner {
    margin-bottom: 30px;
    padding-right: 30px;
    
}
.footer .input--suffix img{
  width: 15px;
  height: 15px;
}
.footer .input--suffix .input_clear{
  position:absolute;
  right:10px;
  /* top:10px; */
  cursor:pointer;
  display: none;
}
.footer .input--suffix img:hover{
  opacity:0.6;
}
.footer .input__inner {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #27282c;
  color: #fff;
}


.input__inner::placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}

/* 谷歌 */
.input__inner::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}

/* 火狐 */
.input__inner:-moz-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}

/*ie*/
.input__inner:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}

/* 超出一行隱藏 */
.oneLineAbc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}




/* 免费获取项目方案与报价 */
.getPrice {
  width: 100%;
  height: 300px;
  padding: 85px 0 85px 0;
  background-image: url("/assets/guanwang/img/home/botimg.png");
  background-size: cover;
}

.getPrice .getPrice_title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  /* margin-bottom: 150px; */
  color: #000;
  margin: 0 auto;
  margin-bottom: 5px;
  width: 1300px;
}

.getPrice .getPrice_content {
  width: 1300px;
  white-space: pre-wrap;
  margin: 0 auto;
  text-align: center;
  color: #6d7278;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 35px;
}

.getPrice .icon159 {

  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.getPrice .icon159 .box {
  margin-right: 80px;
  display: flex;
  align-items: center;
}

.getPrice .icon159 .box .box-img {
  margin-right: 10px;
}

.getPrice .icon159 .box .box-text {
  color: #868686;
}

.getPrice .icon {
  display: flex;
  justify-content: center;
}

.getPrice .icon .box {
  margin-right: 80px;
  display: flex;
  align-items: center;
}

.getPrice .icon .box .box-img {
  margin-right: 10px;
}

.getPrice .icon .box .box-text {
  color: #868686;
}

.getPrice .btn {
  /* width: 170px; */
  width: 270px;
  height: 38px;
  background: #257cd3;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 19px;
  cursor: pointer;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 50px auto 50px;
}

.getPrice .btn .letter {
  animation: bounce1 0.6s cubic-bezier(0.05, 0, 0.3, 0.75) infinite alternate;
  transform: translate3d(0, 0, 0);
  margin-right: 3px;
}

.getPrice .btn .letter:nth-child(1) {
  animation-delay: 0s;
}

.getPrice .btn .letter:nth-child(2) {
  animation-delay: 0.0833333333s;
}

.getPrice .btn .letter:nth-child(3) {
  animation-delay: 0.1666666667s;
}

.getPrice .btn .letter:nth-child(4) {
  animation-delay: 0.25s;
}

.getPrice .btn .letter:nth-child(5) {
  animation-delay: 0.3333333333s;
}

.getPrice .btn .letter:nth-child(6) {
  animation-delay: 0.4166666667s;
}